# ------------------------------------------------
# seasons-api
# ------------------------------------------------
# This mod was developed by analogy with the Spigot plugin "Seasons"
# specifically for the private Minecraft server "Zixa City"
# by its administrator (kochkaev, aka kleverdi).
# The idea of this mod was taken from Harieo.
# ------------------------------------------------
# Harieo on GitHub: https://github.com/Harieo/
# Original plugin on GitHub: https://github.com/Harieo/Seasons/
# Original plugin on SpigotMC: https://www.spigotmc.org/resources/seasons.39298/
# ------------------------------------------------
# Created by @kochkaev
#   - GitHub: https://github.com/kochkaev/
#   - VK: https://vk.com/kleverdi/
#   - YouTube: https://youtube.com/@kochkaev/
#   - Contact email: kleverdi@vk.com
# ------------------------------------------------
# WARN: It's server-side mod.
# ------------------------------------------------
# # # # # # # # # # # # # # # # # # # # # # # # # #
# 
# It's mod config!
# 
# ** CHANCE =  chance of this weather coming on a new day (less than 100)
# 
# Other config files:
#   - current.json - information about the current Weather/Season,
#     is updated when the server is turned off.
#   - lang - directory, contains translations of mod names/messages.




# * SEASON CHANCE
# Winter
# type: "Integer" | default: "20"
conf.season.winter.chance: "20"
# Spring
# type: "Integer" | default: "20"
conf.season.spring.chance: "20"
# Summer
# type: "Integer" | default: "20"
conf.season.summer.chance: "20"
# Fall
# type: "Integer" | default: "20"
conf.season.fall.chance: "20"

# * WEATHER CHANCE
# Night
# type: "Integer" | default: "1"
conf.weather.night.chance: "1"
# Snowy
# type: "Integer" | default: "15"
conf.weather.snowy.chance: "15"
# Freezing
# type: "Integer" | default: "15"
conf.weather.freezing.chance: "15"
# Stormy
# type: "Integer" | default: "10"
conf.weather.stormy.chance: "10"
# Cold
# type: "Integer" | default: "40"
conf.weather.cold.chance: "40"
# Warm
# type: "Integer" | default: "25"
conf.weather.warm.chance: "25"
# Hot
# type: "Integer" | default: "20"
conf.weather.hot.chance: "20"
# Scorching
# type: "Integer" | default: "10"
conf.weather.scorching.chance: "10"
# Rainy
# type: "Integer" | default: "10"
conf.weather.rainy.chance: "10"
# Chilly
# type: "Integer" | default: "15"
conf.weather.chilly.chance: "15"
# Breezy
# type: "Integer" | default: "15"
conf.weather.breezy.chance: "15"
# Beautiful
# type: "Integer" | default: "20"
conf.weather.beautiful.chance: "20"